projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee3742
)
(viper-repeat-from-history-key): Fix customize type.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Sep 1997 06:13:10 +0000
(06:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Sep 1997 06:13:10 +0000
(06:13 +0000)
lisp/emulation/viper-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-macs.el
b/lisp/emulation/viper-macs.el
index 09616fb293a2a2bc918291444249fd264a29ce0d..3b28721f6bf942f698514b64e5509e0176b459d0 100644
(file)
--- a/
lisp/emulation/viper-macs.el
+++ b/
lisp/emulation/viper-macs.el
@@
-81,7
+81,7
@@
before that one is accessible as `<this key> 2'.
The notation for these keys is borrowed from XEmacs. Basically,
a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g.,
`(meta control f1)'."
- :type '
key
+ :type '
sexp
:group 'viper)